Make sure to remove tooltip timeout.
authorOlof-Joachim Frahm <olof@macrolet.net>
Sun, 5 Feb 2017 18:08:56 +0000 (19:08 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 8 May 2017 22:05:21 +0000 (18:05 -0400)
commit621d1bb4ec64c0412cda8bd6f335c0e3033c00ef
tree65918837a520352593be8c8d7531f2f6270d11b8
parentdee666f5152aac25ff600d137b948cc1c2e572a6
Make sure to remove tooltip timeout.

Otherwise in GC-ed environments the `g_source_remove` call during
disposal might be called on an already removed source, which results in
unnecessary console output.

https://bugzilla.gnome.org/show_bug.cgi?id=778301
gtk/gtktooltip.c